Skip to content

fix(deps): update content snap version updates (patch)#178

Merged
vpa1977 merged 1 commit into
mainfrom
renovate/patch-content-snap-version-updates
Jun 8, 2026
Merged

fix(deps): update content snap version updates (patch)#178
vpa1977 merged 1 commit into
mainfrom
renovate/patch-content-snap-version-updates

Conversation

@renovate

@renovate renovate Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.springframework.ai:spring-ai-model 1.1.51.1.7 age confidence
org.springframework:spring-core 7.0.77.0.8 age confidence
org.springframework:spring-core 6.2.186.2.19 age confidence

Release Notes

spring-projects/spring-ai (org.springframework.ai:spring-ai-model)

v1.1.7: Spring AI 1.1.7

⭐ New Features

  • Ollama doesnt work in a graalvm native image #​6064

🐞 Bug Fixes

  • OpenAiChatModel streaming drops chunks due to internal switchMap when using buffered concatMap #​6122
  • RedisVectorStore#doDelete only deletes the 10 first messages #​6066

v1.1.6: Spring AI 1.1.6

Spring AI 1.1.6 Release Notes

🎯 Highlights

This release includes 1 new features, 5 bug fixes, 2 documentation improvements, 5 other improvements.

⏪ Breaking Changes

  • Chat memory advisors now require an explicit conversation ID to be supplied. This is a behavioral change that affects how chat memory is scoped and managed. Applications relying on implicit conversation IDs must be updated to supply an explicit ID. 13cde41

⚠️ Upgrading Notes

  • PromptChatMemoryAdvisor is now deprecated and chat memory advisors require an explicit conversation ID. Update your code to: (1) replace PromptChatMemoryAdvisor with the recommended alternative, and (2) ensure an explicit conversation ID is supplied when using any chat memory advisor. 917f62e

⭐ New Features

  • MCP auto-configuration now includes the missing @​ConditionalOnMissingBean check, allowing users to provide their own bean definitions and override the auto-configured MCP beans as expected in Spring Boot auto-configuration patterns. d4025e5

🪲 Bug Fixes

  • Fixed an issue where the MilvusVectorStore's doDelete method incorrectly escaped strings in the ID list, which could cause deletion operations to fail or behave unexpectedly. 20206a4
  • Fixed the ChatClientAdvisorTests test suite to supply an explicit conversation ID, aligning tests with the new requirement for explicit conversation IDs in chat memory advisors. 704e5c6
  • Fixed the MistralAiChatModelObservationIT integration test to ensure observation functionality works correctly with the MistralAI chat model provider. a89145d
  • Corrects an issue where configured options were not being properly included in MistralAI API requests, ensuring all user-defined settings are correctly passed through. 7bcf32a
  • Resolves a regression in how AssistantMessage.ToolCall.id is handled when using the Ollama integration, restoring correct tool call identification behavior. bb9d65e

📓 Documentation

  • Corrected typographical errors in the MCP (Model Context Protocol) documentation for improved readability and accuracy. a1ad7f2
  • Fixed broken xref anchors in the documentation to restore proper cross-reference navigation between documentation sections. f03c104

🔨 Dependency Upgrades

  • Updated MCP SDK from version 0.17.0 to 0.18.2 and MCP annotations from 0.8.0 to 0.9.0, bringing in the latest MCP protocol improvements and bug fixes. #​5961

🔩 Build Updates

  • Updated the project build to use JDK 17.0.19, ensuring compatibility and incorporating the latest Java 17 patch release for the build environment. 27281e6
  • Reorganizes the project structure by relocating Spring AI starter modules to a dedicated starters/ directory for better maintainability and clarity. 22f8676

🙏 Contributors

Thanks to all contributors who made this release possible:

spring-projects/spring-framework (org.springframework:spring-core)

v7.0.8

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.ai:spring-ai-model to v1.1.6 fix(deps): update dependency org.springframework.ai:spring-ai-model to v1.1.7 May 22, 2026
@renovate renovate Bot force-pushed the renovate/patch-content-snap-version-updates branch from c8939bc to 9e06af9 Compare May 22, 2026 21:36
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.ai:spring-ai-model to v1.1.7 fix(deps): update content snap version updates to v1.1.7 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/patch-content-snap-version-updates branch from 9e06af9 to d7cc51b Compare June 8, 2026 18:29
@renovate renovate Bot changed the title fix(deps): update content snap version updates to v1.1.7 fix(deps): update content snap version updates (patch) Jun 8, 2026
@vpa1977 vpa1977 merged commit 6f33ed0 into main Jun 8, 2026
4 of 6 checks passed
@vpa1977 vpa1977 deleted the renovate/patch-content-snap-version-updates branch June 8, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant